'Usage Dim instance As CalcExactFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: text1, text2.
Text1 is the first text string.
Text2 is the second text string.
Return Value
A System.Boolean value that indicates the evaluate result.